FlexPivot for WinForms
AddItem(Object[]) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > AddItem メソッド : AddItem(Object[]) メソッド
Array of objects that will be assigned to the new row.
Adds a row to the grid and populates the new row with data.
シンタックス
'宣言
 
Public Overloads Function AddItem( _
   ByVal items() As System.Object _
) As Row
public Row AddItem( 
   System.object[] items
)

パラメータ

items
Array of objects that will be assigned to the new row.

戻り値の型

A reference to the new row.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧